.cart_product-row {
    padding: 20px 10px;
    margin-bottom: 0;
}
.pack-product:nth-child(1) {
    padding: 20px 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #707070;
}
.cart_product-discount,
.cart_product-discount-movil {
    text-decoration: line-through;
    text-decoration-color: red;
    font-size: 0.9rem;
}
.cart_container-precio-total {
    border-top: none;
}


.delete-btn {
    width: 100%;
    border: 1px solid #9f9f9f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    gap: 5px;
    font-size: 14px;
}


input.delivery_checkbox {
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #89c688;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

input.delivery_checkbox:checked {
    background-color: #fff;
    border-color: #89c688;
}
.term {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: border-color 0.2s;
}
.term:checked {
    border-color: #89C688;
}
.term:checked::before {
    content: "";
    display: block;
    position: absolute;
    /* Crear la marca de check (✓) con CSS */
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #89C688;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#errorStock {
    left: -11px;
    font-size: 14px;
}

/* Agregar la marca de verificación */
input.delivery_checkbox:checked::after {
    content: ""; /* Necesario para pseudo-elementos */
    position: absolute;
    top: 0px;
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid #89c688;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cart_total_carrito-bloque-custom {
    height: 160px;
}
.cart_counter {
    margin-left: 0;
}
.cart_counter-input {
    width: 57%;
}
.cart_container-price {
    height: auto;
}
.cart_container_total_price {
    height: 180px;
}

.step {
    position: relative;
    flex: 1; /* Permite que cada paso ocupe el mismo ancho */
}
.step::after {
    content: "";
    position: absolute;
    top: 25%;
    right: -42%;
    width: 80%;
    height: 2px;
    background-color: #e9ecef;
    z-index: 90;
}
.step.last-step::after {
    background-color: transparent !important;
}
.step.active::after {
    background-color: #0045ef;
}
.step:last-child::after {
    content: none;
}
.progress-bar-icon {
    display: none;
}

.cartSummary_alert {
    margin-top: 0;
}

/*POP PARA REGISTRAR LA DIRECCION  "ESTAMOS ACTUALIZANDO BASE DE DATOS" */
/* Contenedor principal en fila */
.custom-container {
    display: flex; /* Elementos en fila */
    gap: 10px; /* Espaciado horizontal entre elementos */
    width: 100%; /* Contenedor ocupa el ancho total */
    padding: 0 10px;
}

/* Estilo del label */
.custom-label {
    display: flex;
    align-items: center; /* Alinear verticalmente */
    justify-content: flex-start; /* Alinear contenido a la izquierda */
    padding: 10px 15px; /* Espaciado interno */
    background: #ffffff 0% 0% no-repeat padding-box;
    /* border: 1px solid #9F9F9F; */
    border-radius: 10px;
    cursor: pointer; /* Cambiar cursor al pasar */
    transition: all 0.3s ease-in-out; /* Transiciones suaves */
    font-size: 16px; /* Tamaño del texto */
    font-weight: 500; /* Peso del texto */
    color: #333; /* Color del texto */
    box-shadow: 2px 2px 8px #00000034;
    flex: 1; /* Cada label ocupa la mitad del ancho */
    text-align: left; /* Texto alineado a la izquierda */
}

/* Hover del label */
.custom-label:hover {
    border-color: #6fbe6d; /* Cambiar color del borde al pasar */
}

/* Cuando está activo */
.custom-label.active {
    border-color: #6fbe6d;
    box-shadow: 0px 4px 8px rgba(111, 190, 109, 0.3);
}

/* Estilo del input radio */
.custom-label .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    margin-right: 10px; /* Separación entre radio y texto */
    margin-left: 10px; /* Margen izquierdo para alineación */
    width: 18px; /* Tamaño del círculo */
    height: 18px;
    border: 2px solid #c1c1c1; /* Borde gris claro */
    border-radius: 50%; /* Forma circular */
    background-color: white; /* Fondo blanco */
    cursor: pointer;
    position: relative;
    top: -3px;
    transition: all 0.3s ease-in-out;
}

/* Radio activo */
.custom-label .form-check-input:checked {
    border-color: #6fbe6d; /* Color verde */
    background-color: white;
}

/* Círculo interno del radio */
.custom-label .form-check-input:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6fbe6d; /* Verde interno */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Estilo del span */
.custom-label span {
    margin-left: 10px; /* Separación uniforme con el input */
    font-size: 16px; /* Tamaño del texto */
    font-weight: 500; /* Peso del texto */
    color: #333;
    line-height: 1.2; /* Altura de línea */
}

.delivery_form-control {
    height: 45px;
    /* UI Properties */
    border: 1px solid #9f9f9f;
    border-radius: 10px;
}

/* Ajustar el padding-left del placeholder */
#particularProfessional-cif::placeholder {
    padding-left: 5px; /* O el valor que desees */
    color: #888; /* Opcional: Cambiar color del placeholder */
}

#particularProfessional-cif {
    padding-left: 10px;
}

.ui-dialog .ui-dialog-buttonpane button {
    width: 250px !important;
    height: 53px !important;
    /* UI Properties */
    background: #0045ef 0% 0% no-repeat padding-box !important;
    opacity: 1;
    color: white;
}

/* .popup-container {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
} */

/* Estilos del popup */
.popup-container {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Espacio alrededor */
    z-index: 1;
}

.popup-content {
    background: white !important;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    max-width: 600px;
    opacity: 1;
}

.particular3000_bloque-uno,
.particular3000_bloque-dos {
    width: 49%;
}

.accept-btn {
    width: 250px;
    height: 53px;
    /* UI Properties */
    background: #0045ef 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
    margin-top: 30px;
    border-radius: 6px;
    border: none;
}
.particularProfessional-dialog-container {
    background-color: #fff;
}

.low_text {
    font-size: 0.6em;
    color: #6c757d;
    text-align: justify;
}

.btn-container {
    text-align: right;
}

#pop-form label {
    text-align: left;
    display: block; /* Asegura que los label estén en bloques */
}
.title_pop_header {
    font-size: 1.5em;
}
.small_iva_note {
    margin-top: 20px;
    font-size: 0.7rem;
    text-align: left;
}

.msg-error {
    padding: 0 5px;
    font-size: 13px;
    color: #ff0d0d;
    background: #ff000005;
    margin: 7px 0;
}

.custom-select {
    /* Estilos generales */
    flex: 1;

    /* padding: 15px; */
    height: 45px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #9f9f9f;
    border-radius: 10px;
    font-size: 1.2rem;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.5;
    cursor: pointer;

    /* Estilos de la flecha (SVG) */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 24 24'><path d='M12 16l-6-6h12l-6 6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 30px;
}
#particularProfessional-error-firstName,
#particularProfessional-error-lastName,
#particularProfessional-error-address1,
#particularProfessional-error-cp,
#particularProfessional-error-phone1,
#particularProfessional-error-town,
#particularProfessional-error-cif {
    color: red;
    margin-top: 7px;
    margin-left: 3px;
    background: #ff000005;
    font-size: 0.85rem;
}
@media (max-width: 540px) {
    .cart_counter {
        margin-left: -67px; /* Valor final */
    }
    .cart_container-price {
        height: 230px;
    }
    .cart_container_total_price {
        height: auto;
    }
}

@media (max-width: 767px) {
    .step::after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .cartSummary_alert {
        margin-top: 0;
    }
}
/* Responsividad */
@media (max-width: 768px) {
    .custom-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .custom-label {
        flex: 1 1 100%;
    }

    .pack-summary {
    width: 100%;
}
}

@media (max-width: 768px) {
    .particular3000_bloque-uno,
    .particular3000_bloque-dos {
        width: 100%;
    }
    .cart_container-precio-total {
        border-top: none;
    }
    .cart_total_carrito-bloque-custom {
        height: 90px;
    }
    .cart_container-precio-total label {
        font-size: 11px;
    }
    .cart_counter {
        margin-left: calc((100vw - 768px) * -0.1); /* Ajuste dinámico */
    }
    .cart_container-price {
        height: calc(230px - (40vw - 768px) * -0.1); /* Ajuste dinámico */
    }

    .step {
        flex-direction: row;
        gap: 0;
    }

    .progress-bar-icon {
        display: block;
    }
    .breadcrumb_cart-logo {
        display: none;
    }
}
@media (max-width: 991px) {
    .cart_counter-input {
        width: auto;
}
}


